'DeclarationPublic Function GetEnumerator() As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()
Return Value
A IEnumerator that can be used to iterate through the collection.
'DeclarationPublic Function GetEnumerator() As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()